From: John Ralls Date: Fri, 29 May 2015 20:04:07 +0000 (-0700) Subject: Fix DnD Introspection on Quartz Backend. X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~6748 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=205db2013c67c2e42a9ce6768e4947f4e115c4cc;p=gtk%2B3.0.git Fix DnD Introspection on Quartz Backend. Don't exclude the -quartz.c files from introspection_files. --- diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 7fd739bcc0..72ee47fdff 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1340,7 +1340,7 @@ distclean-local: if HAVE_INTROSPECTION introspection_files = \ $(filter-out %private.h gtktextdisplay.h gtktextlayout.h gtkx.h, $(gtkinclude_HEADERS) $(a11yinclude_HEADERS) $(deprecatedinclude_HEADERS)) \ - $(filter-out %win32.c %quartz.c, $(gtk_base_c_sources)) \ + $(filter-out %win32.c, $(gtk_base_c_sources)) \ gtkprintoperation-unix.c \ gtktypebuiltins.h \ gtktypebuiltins.c